home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 46
/
Amiga Format CD46 (1999-10-20)(Future Publishing)(GB)[!][issue 1999-12].iso
/
-in_the_mag-
/
reader_requests
/
scilab
/
man
/
man-part2
/
cat1
/
sylv.1
< prev
next >
Wrap
Text File
|
1999-09-16
|
542b
|
67 lines
sylv(G) Scilab Function sylv(G)
NAME
sylv - Sylvester equation.
CALLING SEQUENCE
sylv(A,B,C,flag)
PARAMETERS
A,B,C : three real matrices of appropriate dimensions.
flag character string ('c' or 'd')
DESCRIPTION
X = sylv(A,B,C,'c') computes X, solution of the "continuous time" Sylvester
equation
A*X+X*B=C
X=sylv(A,B,C,'d') computes X, solution of the "discrete time" Sylvester
equation
A*X*B-X=C
SEE ALSO
lyap.